5 Invalid procedure call 7 Out of memory 380 Invalid property value 383 Property is read-only 394 Property is write-only 425 Invalid object use 461 Specified format doesn't match format of data 672 DataObject formats list may not be cleared or expanded outside of the OLEStartDrag event 673 Expected at least one argument. 674 Illegal recursive invocation of OLE drag and drop 675 Non-intrinsic OLE drag and drop formats used with SetData require Byte array data. GetData may return more bytes than were given to SetData. 676 Requested data was not supplied to the DataObject during the OLESetData event. 1000 P&roperties 1001 MSMsk 2003 General 2004 General properties for the MSMask Edit control 2320 Microsoft Masked Edit Control 5.0 (SP2) 2321 BorderStyle constants. 2322 No border 2323 Fixed single 2324 ClipMode constants. 2325 Include literals on cut or copy. 2326 Exclude literals on cut or copy. 2327 MousePointer constants. 2328 Default 2329 Arrow mouse pointer. 2330 Cross mouse pointer. 2331 I-Beam mouse pointer. 2332 Icon mouse pointer. 2333 Size mouse pointer. 2334 Size NE SW mouse pointer. 2335 Size N S mouse pointer. 2336 Size NW SE mouse pointer. 2337 Size W E mouse pointer. 2338 Up arrow mouse pointer. 2339 Hourglass mouse pointer. 2340 No drop mouse pointer. 2341 Arrow and Hourglass mouse pointer 2342 Arrow and Question mark mouse pointer 2343 Size all mouse pointer 2344 Custom mouse pointer icon specified by the MouseIcon property 2345 Appearance constants. 2346 Flat 2347 3D 2348 Determines the input mask for the control. 2349 Determines whether to include or exclude the literal characters in the input mask when doing a cut or copy command. 2350 Specifies whether prompt characters are contained in the Text property value. 2351 Determines whether or not the prompt character is a valid input character. 2352 Determines whether or not the next control in the tab order receives the focus. 2353 Returns/sets bold font styles. 2354 Returns/sets italic font styles. 2355 Specifies the name of the font that appears in each row for the given level. 2356 Specifies the size (in points) of the font that appears in each row for the given level. 2357 Returns/sets strikethrough font styles. 2358 Returns/sets underline font styles. 2359 Specifies whether the selection in a masked edit control is hidden when the control loses focus. 2360 Sets/returns the maximum length of the masked edit control. 2361 Specifies the format for displaying and printing numbers, dates, times, and text. 2362 This is identical to the string displayed in the masked edit control when the control doesn't have the focus. 2363 Returns/sets the number of characters selected. 2364 Returns/sets the starting point of text selected. 2365 Returns/sets the string containing the currently selected text. 2366 Returns the text in the masked edit control, excluding literal characters of the input mask. 2367 Sets/returns the character used to prompt a user for input. 2368 Returns/sets the background color used to display text and graphics in an object. 2369 Font Property 2370 Returns/sets the foreground color used to display text and graphics in an object. 2371 Sets/returns the text contained in the control. 2372 Returns/sets the three-dimensional style of the check box caption. 2373 Returns/sets the type of mouse pointer displayed when over part of an object. 2374 Determines if the control can respond to user-generated events, such as the KeyPress and mouse events. 2375 Returns/sets the border style for an object. 2376 Sets whether the control has a flat or sunken 3d appearance 2377 Returns a handle to a form or control. 2378 AboutBox Method 2379 Forces a complete repaint of a form or control. 2380 Occurs when the masked edit field receives invalid input, as determined by the input mask. 2381 Indicates that the contents of a control have changed. 2382 Occurs when the user presses a key while an object has the focus. 2383 Occurs when the user releases a key while an object has the focus. 2384 Occurs when the user presses and releases an ANSI key. 2385 Error constants. 2419 Constants for the OLEDragMode property (but not the DragMode or OLEDropMode properties). 2420 OLE drag/drop will be initialized only under programmatic control. 2421 OLE drag/drop will be initialized when the user drags 'out' of the control, or under programmatic control. 2422 Constants for the OLEDropMode property (but not the DragMode or OLEDragMode properties). 2423 Accepts no OLE drag/drop operations. 2424 Accepts an OLE drag/drop under programmatic control only. 2425 Accepts an OLE drag/drop without programmatic control. 2426 State transition constants for the DragOver and OLEDragOver events. 2427 Source control dragged into target. 2428 Source control dragged out of target. 2429 Source control dragged from one position in target to another. 2430 Clipboard format constants. 2431 Text (.txt file). 2432 Bitmap (.bmp file). 2433 Metafile (.wmf file). 2434 Device-independent bitmap. 2435 Color palette. 2436 Enhanced metafile (.emf file). 2437 Filename list (Microsoft Windows Explorer) 2438 Rich Text Format (.rtf file). 2439 Drop effect constants for OLE drag and drop events. 2440 No OLE drag/drop operation has taken place/would take place. 2441 A mask to indicate that a copy has taken place/would take place. 2442 A mask to indicate that a move has taken place/would take place. 2443 A mask to indicate that the drop target window has scrolled/would scroll. 2444 Starts an OLE drag/drop event with the given control as the source. 2445 Returns/Sets whether this control can act as an OLE drag/drop source, and whether this process is started automatically or under programmatic control. 2446 Returns/Sets whether this control can act as an OLE drop target. 2447 Clears all data and formats in a DataObject object. 2448 Retrieves data of a specified format from a DataObject object. 2449 Determines if a specified clipboard format is supported by the DataObject object. 2450 Adds a supported format and possibly its data to a DataObject object. 2451 A collection of filenames used by the vbCFFiles format. 2452 Returns a specific filename by index from the Files collection of a DataObject object (vbCFFiles format only). 2453 Returns the number of filenames in the Files collection of a DataObject object (vbCFFiles format only). 2454 Adds a filename to the Files collection of a DataObject object (vbCFFiles format only). 2455 Clears all filenames stored in the Files collection of a DataObject object (vbCFFiles format only). 2456 Removes a filename from the Files collection of a DataObject object (vbCFFiles format only). 2457 OLEStartDrag event 2458 OLEGiveFeedback event 2459 OLESetData event 2460 OLECompleteDrag event 2461 OLEDragOver event 2462 OLEDragDrop event 2463 Masked Edit Property Page